x
html { box-sizing: border-box;}​*, *:before, *:after { box-sizing: inherit;}​html { height: 100%; margin: 0px; padding: 0px; border: none; overflow: hidden;}​body { height: 100%; margin: 0px; padding: 0px; border: none; overflow: hidden;}​.teapo-main-content { position: fixed; left: 0px; top: 0px; height: 100%; width: 90%;}​​.teapo-flyout-scroller { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; overflow-y: hidden; overflow-x: scroll;}​.teapo-flyout-scroller-bg { height: 100%; width: 180%; padding-left: 90%;}​.teapo-flyout { position: relative; height: 100%; background: silver; z-index: 10000;}​.teapo-file-content { display: none;}